home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4724 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: Starbase.NeoSoft.COM!barrym
  2. From: barrym@starbase.neosoft.com (barrym)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Assembly
  5. Date: 6 Feb 1996 17:24:01 GMT
  6. Organization: NeoSoft Internet Services   +1 713 968 5800
  7. Message-ID: <4f82rh$r05@uuneo.neosoft.com>
  8. References: <4edkqb$k1v@dub-news-svc-4.compuserve.com> <822765569snz@genesis.demon.co.uk> <4elj8b$m8n@svadilfari.ifi.uio.no>
  9. NNTP-Posting-Host: starbase.neosoft.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. I own a number of C compilers on a lot of different systems.  Some from
  13. the 80's and some from the 90's.  All of them provide more than one way
  14. to use assembly from within C.
  15.  
  16. Barry
  17.  
  18. Jan Kroken (jankr@ifi.uio.no) wrote:
  19.  
  20. : In article <822765569snz@genesis.demon.co.uk>, Lawrence Kirby <fred@genesis.demon.co.uk> writes:
  21. : > In article <4edkqb$k1v@dub-news-svc-4.compuserve.com>
  22. : >            100614.3573@compuserve.com "Frederic Chantren" writes:
  23. : > 
  24. : > >I'd like use assembly routines in C language.
  25. : > 
  26. : > You can't - the C language has no support for assembly. You particular
  27. : > compiler might provide support as an extension to the language but you
  28. : > will need to check that in the documentation for your specific compiler
  29. : > or ask in a newsgroup relevant to it. For example comp.os.msdos.programmer
  30. : > is a good place to start for DOS based compilers.
  31. : > 
  32. : Most C compilers from Borland and MS supports innline asm. 
  33. : Earlier Turbo C/C++ required TASM for the inline-asm, but
  34. : it's now a part of the compiler.
  35. :                         -jk
  36.  
  37.